home *** CD-ROM | disk | FTP | other *** search
/ PC Administrator / spravce.iso / Quick Menu / manual / styles.css < prev   
Encoding:
Cascading Style Sheet File  |  2002-06-30  |  1016 b   |  84 lines

  1. body
  2. {
  3.    font-family: verdana, sans-serif;
  4.    font-size: 10pt;
  5.    text-align: center;
  6.    background-color: #eeeeee;
  7. }
  8.  
  9. p.h1
  10. {
  11.    font-size: 16pt;
  12.    font-weight: bold;
  13.    margin-bottom: 10px;
  14. }
  15.  
  16. p.h2
  17. {
  18.    font-size: 13pt;
  19.    font-weight: bold;
  20.    text-decoration: underline;   
  21.    margin-bottom: 10px;
  22.    margin-top: 30px;
  23. }
  24.  
  25. p.h3
  26. {
  27.    font-size: 10pt;
  28.    font-weight: bold;
  29.    margin-bottom: 5px;
  30.    margin-top: 20px;
  31.    color: #ff5500;
  32. }
  33.  
  34. p.indent
  35. {
  36.    margin-top: 2ex;
  37.    margin-bottom: 2ex;
  38.    padding-left: 3ex;
  39. }
  40.  
  41. p
  42. {
  43.    margin-top: 0px;
  44.    margin-bottom: 3px;
  45. }
  46.  
  47. table
  48. {
  49.    font-family: verdana, sans-serif;
  50.    font-size: 10pt;
  51. }
  52.  
  53. table.list
  54. {
  55.    border: none;
  56.    margin-left: 5px;
  57.    margin-top: 6px;
  58.    margin-bottom: 10px;
  59.    font-size: 10pt;
  60.    color: #0055aa;
  61. }
  62.  
  63. td.bullet
  64. {
  65.    padding-top: 2px;
  66.    font-size: 10px;
  67.    vertical-align: top;
  68.    text-align: center;
  69. }
  70.  
  71. td.listitem
  72. {
  73.    padding-bottom: 2px;
  74.    padding-left: 5px;
  75. }
  76.  
  77. a
  78. {
  79.    font-weight: bold;
  80.    color : #0055ff;
  81.    text-decoration:none;
  82. }
  83.  
  84.